3.253 \(\int \frac {1}{(1-a^2 x^2) \tanh ^{-1}(a x)^2} \, dx\)

Optimal. Leaf size=11 \[ -\frac {1}{a \tanh ^{-1}(a x)} \]

[Out]

-1/a/arctanh(a*x)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 11, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.053, Rules used = {5948} \[ -\frac {1}{a \tanh ^{-1}(a x)} \]

Antiderivative was successfully verified.

[In]

Int[1/((1 - a^2*x^2)*ArcTanh[a*x]^2),x]

[Out]

-(1/(a*ArcTanh[a*x]))

Rule 5948

Int[((a_.) + ArcTanh[(c_.)*(x_)]*(b_.))^(p_.)/((d_) + (e_.)*(x_)^2), x_Symbol] :> Simp[(a + b*ArcTanh[c*x])^(p
 + 1)/(b*c*d*(p + 1)), x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[c^2*d + e, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {1}{\left (1-a^2 x^2\right ) \tanh ^{-1}(a x)^2} \, dx &=-\frac {1}{a \tanh ^{-1}(a x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 11, normalized size = 1.00 \[ -\frac {1}{a \tanh ^{-1}(a x)} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((1 - a^2*x^2)*ArcTanh[a*x]^2),x]

[Out]

-(1/(a*ArcTanh[a*x]))

________________________________________________________________________________________

fricas [A]  time = 0.50, size = 22, normalized size = 2.00 \[ -\frac {2}{a \log \left (-\frac {a x + 1}{a x - 1}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-a^2*x^2+1)/arctanh(a*x)^2,x, algorithm="fricas")

[Out]

-2/(a*log(-(a*x + 1)/(a*x - 1)))

________________________________________________________________________________________

giac [A]  time = 0.19, size = 22, normalized size = 2.00 \[ -\frac {2}{a \log \left (-\frac {a x + 1}{a x - 1}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-a^2*x^2+1)/arctanh(a*x)^2,x, algorithm="giac")

[Out]

-2/(a*log(-(a*x + 1)/(a*x - 1)))

________________________________________________________________________________________

maple [A]  time = 0.02, size = 12, normalized size = 1.09 \[ -\frac {1}{a \arctanh \left (a x \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(-a^2*x^2+1)/arctanh(a*x)^2,x)

[Out]

-1/a/arctanh(a*x)

________________________________________________________________________________________

maxima [B]  time = 0.33, size = 23, normalized size = 2.09 \[ -\frac {2}{a \log \left (a x + 1\right ) - a \log \left (-a x + 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-a^2*x^2+1)/arctanh(a*x)^2,x, algorithm="maxima")

[Out]

-2/(a*log(a*x + 1) - a*log(-a*x + 1))

________________________________________________________________________________________

mupad [B]  time = 0.78, size = 23, normalized size = 2.09 \[ -\frac {2}{a\,\left (\ln \left (a\,x+1\right )-\ln \left (1-a\,x\right )\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/(atanh(a*x)^2*(a^2*x^2 - 1)),x)

[Out]

-2/(a*(log(a*x + 1) - log(1 - a*x)))

________________________________________________________________________________________

sympy [A]  time = 0.93, size = 8, normalized size = 0.73 \[ - \frac {1}{a \operatorname {atanh}{\left (a x \right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-a**2*x**2+1)/atanh(a*x)**2,x)

[Out]

-1/(a*atanh(a*x))

________________________________________________________________________________________